home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir27 / grphca22.zip / EXAMPLES.ZIP / PARAM4.PLT < prev    next >
Text File  |  1993-02-03  |  246b  |  10 lines

  1. paper size 11 by 8.5
  2. r(t) = (3*cos(t)**2-1)/2
  3. title 'r(t) = (3*cos(t)**2-1)/2'
  4. title 'Parametric Plot Testing IV'
  5. color lred
  6. parametric plot t 0 2*pi r(t)*cos(t) r(t)*sin(t)
  7. color lblue
  8. draw x y
  9. xlabel 'r(t)*cos(t)'
  10. ylabel 'r(t)*sin(t)'